html,
body,
div,
span,
h1,
h3,
p,
a,
img,
ul,
li,
form,
footer,
header {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    vertical-align: baseline;
}

footer,
header {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

.content,
.soc-buttons {
    display: flex;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background: url("bg.png");
}

@media screen and (max-width: 570px) {
    body {
        position: relative;
    }
}

.content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.page-wrap {
    min-width: 272px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    cursor: auto;
    overflow-x: hidden;
    max-width: 1280px;
}

@media screen and (max-width: 1680px) {
    .page-wrap {
        margin: 0px auto;
        min-width: 860px;
    }
}

@media screen and (max-width: 1024px) {
    .page-wrap {
        width: 100%;
        min-width: 320px;
    }
}

@media screen and (max-width: 570px) {
    .page-wrap {
        padding: 0px;
        overflow: hidden;
    }
}

.main-content {
    background: rgb(255, 255, 255);
    z-index: 11;
    position: relative;
}

.main-content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.content {
    min-height: 700px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .content {
        flex-wrap: wrap;
    }
}

.content__inner_wide {
    box-sizing: border-box;
    padding-bottom: 38px;
    width: 100%;
    border-right: none;
}

@media screen and (max-width: 1024px) {
    .content__inner_wide {
        width: 100%;
    }
}

.footer,
.content {
    clear: both;
}

.header {
    width: 100%;
    z-index: 12;
    position: relative;
}

.header__inner {
    height: 54px;
    background: rgb(0, 149, 218);
    position: relative;
    z-index: 7;
    display: flex;
}

@media screen and (max-width: 1280px) {
    .header__inner {
        height: 42px;
    }
}

.header__logo {
    margin-left: 54px;
    border-right: 1px solid rgb(36, 131, 197);
    display: flex;
    align-items: center;
    padding-right: 5px;
}

@media screen and (max-width: 1280px) {
    .header__logo {
        margin-left: 42px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.header__logo .logo {
    display: flex;
    font-size: 30px;
    font-family: sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.logo span {
    display: block;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 149, 218);
    padding: 0px 5px;
    margin-left: 5px;
}

.header__logo .spec {
    display: inline-block;
    height: 15px;
    font: 22px / 15px sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-left: 10px;
    user-select: none;
    white-space: nowrap;
}

@media screen and (max-width: 570px) {
    .header__logo .spec {
        font-size: 14px;
        padding-top: 1px;
    }
}

.header__logo .spec:hover {
    text-decoration: none;
}

.nav {
    height: 54px;
    max-width: 920px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .nav {
        height: 42px;
    }
}

@media screen and (max-width: 770px) {
    .nav {
        display: none !important;
    }
}

.nav .nav__inner {
    display: flex;
}

.nav li {
    display: block;
    float: left;
    height: 54px;
    position: relative;
    border-right: 1px solid rgb(36, 131, 197);
}

.nav li:last-child {
    border-right: none;
}

.nav li:not(.mobile-show) {
    display: none;
}

@media screen and (max-width: 1280px) {
    .nav li {
        height: 42px;
    }
}

.nav li:hover {
    background: rgb(36, 131, 197);
}

.nav li a {
    display: block;
    height: 100%;
    position: relative;
    font: 16px / 54px sans-serif;
    color: rgb(255, 255, 255);
    padding: 0px 24px;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .nav li a {
        line-height: 42px;
    }
}

.nav_mobile {
    width: 100%;
    max-width: 780px;
    position: absolute;
    top: 54px;
    left: -780px;
    z-index: 13;
    background: rgb(0, 149, 218);
    border-top: 1px solid rgb(36, 131, 197);
    padding: 15px 0px 122px;
    display: flex;
    transition: 0.5s;
    transform: translate3d(0px, 0px, 0px);
}

@media screen and (max-width: 1280px) {
    .nav_mobile {
        top: 42px;
    }
}

@media screen and (max-width: 480px) {
    .nav_mobile {
        padding-bottom: 146px;
    }
}

@media screen and (max-width: 600px) {
    .nav_mobile {
        flex-wrap: wrap;
    }
}

.nav_mobile::after {
    position: absolute;
    height: 100%;
    width: 1px;
    left: -1px;
    top: 0px;
    box-shadow: rgb(51, 51, 51) 2px 0px 14px 1px;
    content: " ";
}

.nav_mobile .nav__list_mobile {
    width: calc(33.3333%);
    box-sizing: border-box;
    padding-left: 54px;
    display: inline-block;
}

@media screen and (max-width: 1280px) {
    .nav_mobile .nav__list_mobile {
        padding-left: 42px;
    }
}

@media screen and (max-width: 570px) {
    .nav_mobile .nav__list_mobile {
        padding-left: 40px;
    }
}

@media screen and (max-width: 600px) {
    .nav_mobile .nav__list_mobile {
        width: 50%;
    }
}

@media screen and (max-width: 410px) {
    .nav_mobile .nav__list_mobile {
        width: 100%;
    }
}

.nav_mobile .nav__list_mobile li {
    color: rgb(255, 255, 255);
}

.nav_mobile .nav__list_mobile li a {
    font: 500 18px / 52px sans-serif;
    color: rgb(255, 255, 255);
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .nav_mobile .nav__list_mobile li a {
        line-height: 40px;
    }
}

.header__menu-link {
    display: block;
    position: absolute;
    top: 17px;
    left: 17px;
    background: url("burger.svg") 50% 50% / contain no-repeat;
    width: 20px;
    height: 20px;
    z-index: 9;
}

@media screen and (max-width: 1280px) {
    .header__menu-link {
        width: 16px;
        height: 16px;
        left: 13px;
        top: 13px;
    }
}

.search {
    padding: 13px 17px 11px;
    position: absolute;
    right: 0px;
    background: url("icons.png") 18px -198px no-repeat;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .search {
        padding: 6px 11px;
        background-position: 12px -205px;
    }
}

.footer {
    padding-bottom: 40px;
    background: rgb(26, 26, 26);
    overflow: hidden;
    position: relative;
    z-index: 7;
    max-width: 1280px;
    margin: 0px auto;
}

@media screen and (max-width: 1680px) {
    .footer {
        margin: 0px auto;
        min-width: 860px;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        margin: 0px auto;
        width: 100%;
        min-width: 320px;
    }
}

.footer-wrapper_top {
    border-top: 9px solid rgb(36, 131, 197);
    background: rgb(38, 38, 38);
    min-height: 80px;
}

.footer__inner {
    padding: 0px 64px;
    max-width: 1280px;
    min-width: 272px;
    margin: 0px auto;
}

@media screen and (max-width: 900px) {
    .footer__inner {
        padding: 0px 24px;
    }
}

.soc-buttons {
    padding-top: 24px;
    gap: 10px;
}

@media screen and (max-width: 1024px) {
    .soc-buttons {
        width: 100%;
    }
}

@media screen and (max-width: 670px) {
    .soc-buttons {
        -webkit-box-pack: justify;
        justify-content: space-between;
        height: auto;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 24px;
    }
}

.soc-buttons p {
    color: rgb(221, 221, 221);
    font: 16px / 24px sans-serif;
    padding-top: 3px;
    margin-right: 16px;
}

@media screen and (max-width: 670px) {
    .soc-buttons p {
        text-align: center;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 24px;
    }
}

.soc-buttons a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.soc-buttons a.soc-buttons_fb {
    background: url("facebook.svg") 50% 50% no-repeat rgb(60, 90, 153);
}

.soc-buttons a.soc-buttons_twt {
    background: url("twitter.svg") 50% 50% no-repeat rgb(29, 161, 242);
}

.soc-buttons a.soc-buttons_rss {
    background: url("rss.svg") 50% 50% no-repeat rgb(238, 128, 47);
}

.soc-buttons a.soc-buttons_insta {
    background: url("insta.svg") 50% 50% no-repeat rgb(240, 0, 117);
}

.soc-buttons a.soc-buttons_youtube {
    background: url("youtube.svg") 50% 50% / 22px 14px no-repeat red;
}

.soc-buttons a.soc-buttons_flipboard {
    background: url("flipboard.svg") 50% 50% no-repeat rgb(225, 40, 40);
}

.article {
    padding: 24px 70px;
}

@media screen and (max-width: 570px) {
    .article {
        padding: 24px 12px;
    }
}

.article::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.article__date {
    font: 14px / 18px sans-serif;
    color: rgb(85, 85, 85);
}

.article__title {
    font: 32px / 36px sans-serif;
    padding: 4px 0px;
}

.article__text {
    font: 18px / 25px sans-serif;
    color: rgb(51, 51, 51);
    padding-top: 14px;
}

@media screen and (max-width: 1280px) {
    .article__text {
        padding-left: 0px;
    }
}

.article__text p {
    padding: 0px 0px 30px;
}

.article__text a {
    text-decoration: underline;
    color: rgb(0, 149, 218);
}

@media (max-width: 900px) {
    .page-wrap {
        padding: 0px;
    }
}

@media (max-width: 1024px) {
    .page-wrap {
        padding: 0px;
    }
}

@media (max-width: 530px) {
    .page-wrap {
        padding: 15px 0px 0px;
    }
}

@media (max-width: 670px) {
    .page-wrap {
        padding: 0px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 120dpi) {
    .search,
    .search__form .search__submit,
    .soc-buttons a {
        background-image: url("icons_retina-VK.png");
        background-size: 318.5px 2015px;
    }
    .soc-buttons a {
        background-image: url("soc-icons_retina.png");
        background-size: 352px 64px;
    }
}

img {
    max-width: 100%;
}

.ListBlock-root li {
    position: relative;
    margin-bottom: 6px;
}

.ListBlock-ul li {
    padding: 0px 0px 0px 23px;
}

@media only screen and (min-device-width: 48em) {
    .ListBlock-ul li {
        padding: 0px 0px 0px 38px;
    }
}

.ListBlock-ul li:last-child {
    margin-bottom: 0px;
}

.ListBlock-ul li::before {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 8px;
    content: "•";
    text-align: center;
    color: rgb(255, 130, 155);
    font-size: 18px;
    line-height: inherit;
}

@media only screen and (min-device-width: 48em) {
    .ListBlock-ul li::before {
        left: 0px;
        width: 36px;
        text-align: center;
        font-size: 20px;
    }
}

.Figure-caption {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 22px;
    max-width: 520px;
    padding-top: 4px;
    color: rgb(26, 26, 26);
    display: block;
}

.Figure {
    display: block;
    max-width: 650px;
    width: 100%;
    margin: 20px auto;
}

.randdate {
    font-weight: 400;
}

[scroll="goScrollToForm"] {
    cursor: pointer;
}

@media (width <=340px) {
    .custom__mob-hidden.custom__mob-hidden {
        display: none;
    }
}

@media (max-width: 500px) {
    .header__logo .spec {
        display: none;
    }
}

@media (max-width: 330px) {
    .search {
        display: none;
    }
}